CDSequenceBusy
Your application may call theCDSequenceBusy
function to check the status of an asynchronous compression or decompression operation.
pascal OSErr CDSequenceBusy (ImageSequence seqID);
seqID
- Contains the unique sequence identifier that was returned by the
DecompressSequenceBegin
orCompressSequenceBegin
function (described on page 3-107 and page 3-100, respectively).DESCRIPTION
If there is no asynchronous operation in progress, theCDSequenceBusy
function returns a 0 result code. If there is an asynchronous operation in progress, the result code is 1. Negative result codes indicate an error.SPECIAL CONSIDERATIONS
If you call theCDSequenceEnd
function (described in the next section), you don't need to callCDSequenceBusy
to make sure you have completed an operation.RESULT CODES
Component Manager errors
paramErr -50 Invalid parameter specified codecUnimpErr -8962 Feature not implemented by this compressor